TMyBackup class overview.
Properties
Name | Description |
BackupPriority |
Specifies priority of the TMyBackup.Restore operation.
|
Connection |
Used to specify a connection object that will be used to connect to a data store.
|
Debug |
Used to display the statement being executed.
|
Duplicates |
Used to specify the behaviour on detection records with repeated key fields on the execution of the TMyBackup.Restore method.
|
EnclosedBy |
Used to specify a string (a character set) with which a field can be quoted.
|
EscapedBy |
Used to specify a symbol that will be used as a special symbol pointer.
|
Fields |
Holds the list of the fields that will be saved.
|
FieldsTerminatedBy |
Used to specify field delimiter.
|
IgnoreLines |
Determines if the specified rows number at the beginning of the file will be ignored or not.
|
LinesTerminatedBy |
Used to specify row delimiter.
|
Local |
Used to specify that TMyBackup.Path is a local path but not a path on the server.
|
Mode |
Used to control modes of TMyBackup work.
|
Path |
Holds a path on the server to the folder where data files will be stored.
|
TableNames |
Holds the list of tables which will be used in the script.
|
Methods
Name | Description |
Backup |
Copies current tables by the specified path.
|
Restore |
Restores tables.
|
Events